runtime.p.m (field)
18 uses
runtime (current package)
proc.go#L1688: if p.m != 0 {
proc.go#L1689: mp := p.m.ptr()
proc.go#L1690: p.m = 0
proc.go#L4454: pp.m = 0
proc.go#L5769: gp.m.p.ptr().m = 0
proc.go#L5773: pp.m = 0
proc.go#L5812: pp.m.set(mget())
proc.go#L5866: if pp.m != 0 || pp.status != _Pidle {
proc.go#L5871: if pp.m != 0 {
proc.go#L5872: id = pp.m.ptr().id
proc.go#L5874: print("wirep: p->m=", pp.m, "(", id, ") p->status=", pp.status, "\n")
proc.go#L5879: pp.m.set(gp.m)
proc.go#L5901: if pp.m.ptr() != gp.m || pp.status != _Prunning {
proc.go#L5902: print("releasep: m=", gp.m, " m->p=", gp.m.p.ptr(), " p->m=", hex(pp.m), " p->status=", pp.status, "\n")
proc.go#L5906: pp.m = 0
proc.go#L6306: mp := pp.m.ptr()
proc.go#L6349: mp := pp.m.ptr()
runtime2.go#L657: m muintptr // back-link to associated m (nil if idle)
 |
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |